body {
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
    color: #bdbdbd
}

::-moz-placeholder {
    color: #bdbdbd
}

:-ms-input-placeholder {
    color: #bdbdbd
}

::-ms-input-placeholder {
    color: #bdbdbd
}

::placeholder {
    color: #bdbdbd
}

input::-webkit-input-placeholder {
    color: #bdbdbd
}

input::-moz-placeholder {
    color: #bdbdbd
}

input:-ms-input-placeholder {
    color: #bdbdbd
}

input::-ms-input-placeholder {
    color: #bdbdbd
}

input::placeholder {
    color: #bdbdbd
}

input::-webkit-input-placeholder {
    color: #bdbdbd;
}

input::-moz-placeholder {
    color: #bdbdbd;
}

input:-ms-input-placeholder {
    color: #bdbdbd;
}

input::-ms-input-placeholder {
    color: #bdbdbd;
}

input::placeholder {
    color: #bdbdbd;
}

.partnerSearch-container {
    overflow: hidden;
    width: 1200px;
    padding: 32px 0 20px;
    margin: auto;
}

.partnerSearch-container__top-lnb {
    margin-bottom: 16px;
}

.partnerSearch-container__top-lnb a {
    font-size: 14px;
    color: #666666;
}

.partnerSearch-container__top-lnb li,
.partnerSearch-container__top-lnb li a {
    float: left
}

.partnerSearch-container__top-lnb ul {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
}

.partnerSearch-filter {
    width: 296px;
    float: left;
    padding: 8px;
    background: #f2f2f2;
}

.partnerSearch-filter__content-box {
    position: relative;
    padding: 16px;
    margin-bottom: 8px;
    background: #fff;
}

.partnerSearch-filter__content-box:last-child {
    margin-bottom: 0;
}

.partnerSearch-search-input-box input {
    width: 100%;
    padding-left: 32px;
    line-height: 1.5;
    font-size: 16px;
}

.partnerSearch-search-input-box input:-ms-input-placeholder {
    color: #757575
}

.partnerSearch-search-input-box input::-ms-input-placeholder {
    color: #757575
}

.partnerSearch-search-input-box input::placeholder,
.partnerSearch-search-input-box input:-ms-input-placeholder,
.partnerSearch-search-input-box input::-ms-input-placeholder {
    color: #757575
}

.partnerSearch-search-input-box button {
    width: 48px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_search.png') no-repeat 16px center;
    background-size: 24px auto;
    text-indent: -9999px;
}

.partnerSearch-filter__head {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
}

.partnerSearch-tag-wrap {
    overflow: hidden;
    margin: 12px 0 0 0
}

.partnerSearch-tag-wrap > ul > li {
    float: left;
    padding: 3px 8px;
    margin: 0 4px 8px 0;
    font-size: 14px;
    line-height: 1.43;
    color: #333;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
}

.partnerSearch-filter__btn,
.partnerSearch-filter__btn-reset {
    position: absolute;
    right: 16px;
    top: 18px;
    line-height: 1.57;
    font-size: 14px;
    color: #757575;
}

.partnerSearch-filter__btn:before,
.partnerSearch-filter__btn-reset:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../../316113f68378d82b06b2.png) no-repeat;
    background-size: auto 20px;
    background-position: 0 0;
}

.partnerSearch-price-input-wrap {
    overflow: hidden;
    margin: 8px 0 24px 0
}

.partnerSearch-price-input-wrap input {
    width: 96px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #9e9e9e
}

.partnerSearch-price-input-wrap > input,
.partnerSearch-price-input-wrap > span {
    float: left
}

.partnerSearch-price-input-wrap span {
    margin: 0 8px;
    line-height: 40px;
}

.partnerSearch-price-input-wrap span:last-child {
    margin-right: 0
}

.partnerSearch-filter__head---add-option {
    position: relative;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
}

.partnerSearch-filter__head---add-option:after {
    content: '';
    height: 1px;
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 0;
    background: #e0e0e0;
}

.partnerSearch-price-checkbox-wrap {
    margin-top: 34px;
}

.partnerSearch-price-checkbox-wrap:nth-child(2) {
    margin-top: 24px;
}

.partnerSearch-price-checkbox-wrap h4 {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #757575
}

.partnerSearch-price-checkbox-wrap input[type='radio'] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-size: auto 20px;
}

.partnerSearch-price-checkbox-wrap input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background-size: auto 20px;
}

.partnerSearch-price-checkbox-wrap input[type='checkbox']:checked {
    background-size: auto 20px;
    background-position: -23px center;
}

.checkbox-type-col-3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.checkbox-type-col-3_ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.checkbox-type-col-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 13px;
    margin-bottom: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.specificField-first {
    margin-right: 41px !important;
}

.checkbox-type-col-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.checkbox-type-col-1:last-child {
    margin-bottom: 0
}

.partnerSearch-list {
    position: relative;
    float: left;
    width: calc(100% - 320px);
    margin-left: 24px;
}

.partnerSearch-list-top__select {
    z-index: 2;
    position: absolute;
    right: 0;
    /*top: 0;*/
    margin-top: -29px;
    border: 1px solid #e0e0e0;
    color: #333;
    background: #fff;
}

.partnerSearch-list-top__select--option-wrap {
    display: none;
}

.partnerSearch-list-top__select--option-wrap.is-show {
    display: block;
}

.partnerSearch-list-top__select--option,
.partnerSearch-list-top__select-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 152px;
    height: 32px;
    padding: 0 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}

.partnerSearch-list-top__select-btn {
    position: relative;
}

.partnerSearch-list-top__select-btn:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-left: 2px solid #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
}

.partnerSearch-list-top__select-btn:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 32px;
    top: 0;
    background: #e0e0e0;
}

.partnerSearch-list-top__select--option {
    color: #757575;
    cursor: pointer;
}

.partnerSearch-list-top__select--option:hover {
    background: #f2f2f2;
}

.partnerSearch-list__top-wrap {
    padding: 8px 0;
    margin: 16px 0;
    border-bottom: 2px solid #333
}

.partner-list-empty-data__message {
    margin: 120px auto 200px auto;
    line-height: 1.5;
    text-align: center;
    color: #757575
}

.partner-list-empty-data__message:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 16px auto;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_caution.png') no-repeat center;
    background-size: 40px auto;
}

.partner-list-box {
    position: relative;
    width: 100%;
    min-height: 220px;
    margin-bottom: 8px;
    border: 1px solid #e0e0e0
}

.partner-list-box__img {
    position: absolute;
    left: 24px;
    top: 16px;
}

.partner-list-box__img img {
    display: inline-block;
    width: 112px;
    height: 112px;
    border-radius: 50%;
}

.partner-list-box__info {
    margin: 30px 0 0 160px;
    cursor: pointer;
}

.partner-profile__info {
    margin: 24px 0 0 160px;
}

.partner-list-box__head {
    font-size: 20px;
    line-height: 28px;
}

.partner-list-box__info-bottom {
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e0e0e0;
}

.partner-list-box__info-bottom > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 20px;
}

.partner-list-box__info-bottom > div > img {
    width: 24px;
    height: 24px;
}

.partner-list-box__info-bottom > div > div {
    margin: -3px 0 0 16px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.partner-list-box__info-intro {
    overflow: hidden;
    width: calc(100% - 80px);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
    margin: 4px 0;
}

.partner-list-box__counselling-type {
    overflow: hidden;
    padding: 15px 0 16px 0
}

.partner-list-box__counselling-type > li {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1.71;
}

.partner-list-box__counselling-type > li:before {
    content: '';
    width: 21px;
    height: 20px;
    display: inline-block;
    margin: -2px 4px 0 0;
    vertical-align: middle;

}

.partner-list-box__counselling-type > li:first-child {
    margin-left: 24px;
}

.partner-list-box__counselling-type--text-therapy:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item.png') no-repeat 0 center;
    background-size: auto 20px;
}

.partner-list-box__counselling-type--teleph:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item.png') no-repeat -23px center;
    background-size: auto 20px;
}

.partner-list-box__counselling-type--offline:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item.png') no-repeat -46px center;
    background-size: auto 20px;
}

.partner-list-box__counselling-type--videoteleph:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item.png') no-repeat -69px center;
    background-size: auto 20px;
}

.partner-profile__counselling-type--text-therapy:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item_tt.png') no-repeat 0 center;
    background-size: auto 24px;
}

.partner-profile__counselling-type--teleph:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item_vt.png') no-repeat 0 center;
    background-size: auto 24px;
}

.partner-profile__counselling-type--offline:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item_ot.png') no-repeat 0 center;
    background-size: auto 24px;
}

.partner-profile__counselling-type--videoteleph:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item.png') no-repeat -84px center;
    background-size: auto 24px;
}

.partner-list-box-info-bottom__price,
.partner-list-box-info-bottom__price--is-free {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    position: absolute;
    right: 24px;
    top: 11px;
}

.partner-list-box-info-bottom__price--is-free:before {
    content: '이벤트';
    display: inline-block;
    width: 48px;
    padding-top: 2px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    background: #9013fe;
    color: #fff
}

.star-score__ico {
    float: left;
    background: url('https://assets.trost.co.kr/images/service/partner/review_ico_star_small.png') no-repeat;
    background-position: 0 0;
}

.star-score__wrap--small .star-score__ico {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-size: auto 16px;
}

.star-score__wrap--middle .star-score__ico {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-size: auto 20px;
}

.star-score__wrap--large .star-score__ico {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-size: auto 32px;
}

.star-score__ico:last-child {
    margin-right: 0;
}

.star-score__wrap--small .is-all {
    background-position: -16px 0
}

.star-score__wrap--small .is-half {
    background-position: -32px 0
}

.star-score__wrap--middle .is-all {
    background-position: -20px 0
}

.star-score__wrap--middle .is-half {
    background-position: -40px 0
}

.star-score__wrap--large .is-all {
    background-position: -32px 0
}

.star-score__wrap--large .is-half {
    background-position: -64px 0
}

.partner-list-box__review-score {
    display: inline-block;
    margin-left: 8px;
    line-height: 23px;
    color: #757575
}

.partner-list-box__history-trost {
    margin-top: 16px;
    color: #FF5A2E;
}

.partner-list-box__history-trost em {
    font-weight: bold;
}

.partner-list-box__ico-level {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    text-indent: -9999px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fdb341), color-stop(28%, #fcd661), color-stop(67%, #ffe7aa), to(#ffd175));
    background-image: -o-linear-gradient(left, #fdb341, #fcd661 28%, #ffe7aa 67%, #ffd175);
    background-image: linear-gradient(to right, #fdb341, #fcd661 28%, #ffe7aa 67%, #ffd175);
    border: 1px solid #ffb844;
    border-radius: 50%;
}

.partner-list-box__ico-heart {
    z-index: 1;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -2px;
    top: -8px;
    background: url(https://assets.trost.co.kr/images/service/partner/btn_heart32.png) no-repeat center 24px;
    background-size: 28px auto;
    cursor: pointer;
    text-indent: -9999px;
}

.partner-list-box__ico-heart.is-active {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_heart32_.png') no-repeat center 24px;
    background-size: 32px auto;
}

.partnerProfile__partner-top-info .partner-list-box__ico-heart {
    height: 152px;
}

.list__pagination {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
}

.list__pagination > li {
    float: left;
    width: 32px;
    height: 32px;
}

.list__pagination--num a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}

.list__pagination-btn--prev,
.list__pagination-btn--next {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #e0e0e0;
    background: #fff url('https://assets.trost.co.kr/images/service/partner/btn_pagination.png') no-repeat;
    background-size: auto 28px;
    text-indent: -9999px;
}

.list__pagination-btn--prev {
    margin-right: 9px;
    background-position: 0 center;
}

.list__pagination-btn--next {
    margin-left: 9px;
    background-position: -34px center;
}

.list__pagination--num.is-active a {
    color: #FF5A2E;
}

.partner-list-box__ico-new {
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    color: #d0011b
}

.popup {
    display: none;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup.is-show {
    display: block;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s
}

.popup-wrap {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff
}

.popup-filter-wrap {
    width: 496px;
    height: 676px;
    padding: 24px 32px;
}

.popup-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.popup-filter-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-filter-content-box__head {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

.popup-filter-content-box__head-sub-txt {
    margin-left: 8px;
    font-size: 12px;
    line-height: 1.67;
    font-weight: normal;
    color: #9e9e9e;
}

.popup-filter-content-box__info {
    font-size: 14px;
    line-height: 1.43;
    color: #757575
}

.popup-filter-content-box__tags-wrap {
    overflow: hidden;
    margin-top: 16px;
}

.popup-keyword-msg {
    margin-top: 16px;
    line-height: 1.67;
    font-size: 12px;
    color: #d0011b
}

.popup-alert__btn {
    display: block;
    width: 248px;
    height: 48px;
    margin: 28px auto 0 auto;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background: #FF5A2E;
}

.tag-keyword {
    float: left;
    display: inline-block;
    padding: 3px 8px;
    margin: 0 4px 8px 0;
    font-size: 14px;
    line-height: 1.43;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    color: #bdbdbd;
    cursor: pointer;
}

.tag-keyword.is-active {
    color: #FF5A2E;
    border-color: #ef8b24
}

.tag-keyword--etc {
    display: inline-block;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.43;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    color: #bdbdbd;
    cursor: pointer;
}

.tag-keyword--etc.is-active {
    color: #fff;
    background: #FF5A2E;
    border-color: #FF5A2E;
}

.tag-keyword--etc:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_modify.png') no-repeat center;
    background-size: 16px auto;
}

.tag-keyword--etc.is-expend {
    width: 150px;
    -o-text-overflow: initial;
       text-overflow: initial;
    height: 28px;
    color: #fff;
    background: #FF5A2E;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0;
    text-align: center;
}

.tag-keyword--etc.is-expend:after {
    display: none;
}

.keyword__input--wrapper {
    display: none;
    position: relative;
    width: 100%;
    max-width: 328px;
    height: 28px;
    border-radius: 18px;
    border: solid 1px #F57C00;
    background-color: #fff;
    line-height: 28px;
}

.popup-filter-content-box__tag-etc {
    margin-top: 12px;
}

.keyword__input--wrapper:before {
    position: absolute;
    content: '#';
    top: 4px;
    bottom: 4px;
    left: 8px;
    height: 20px;
    line-height: 20px;
}

.keyword__input {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 19px;
    top: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    color: #9e9e9e
}

.keyword__length {
    position: absolute;
    right: 52px;
    font-size: 12px;
    text-align: right;
    color: #9e9e9e;
}

.keyword__submit {
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 48px;
    height: 28px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border: solid 1px #F57C00;
    background-color: #F57C00;

    font-size: 14px;
    color: #fff;
}

.keyword__editor--wrapper {
    display: none;
    margin-left: 16px;
}

.keyword__editor--wrapper button {
    line-height: 1.71;
    font-size: 14px;
    color: #9e9e9e;
    text-decoration: underline;
}

.keyword__editor--wrapper button:first-child {
    margin-right: 8px;
}

.popup-filter-content-box:first-child {
    padding-bottom: 8px;
    border-bottom: 1px dashed #bdbdbd
}

.popup-filter-content-box:nth-child(2) {
    padding-top: 6px;
}

.popup-filter-content-box__price-input-wrap {
    overflow: hidden;
    margin-top: 16px;
}

.popup-filter-content-box__price-input-wrap input,
.popup-filter-content-box__price-input-wrap span {
    float: left
}

.popup-filter-content-box__price-input-wrap input {
    width: 112px;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #333
}

.popup-filter-content-box__price-input-wrap span {
    margin: 0 8px;
    line-height: 40px;
}

.popup-filter-content-box__price-input-wrap span:last-child {
    margin-left: 4px;
}

.popup-filter-footer {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 24px;
}

.popup-filter-footer > button {
    height: 48px;
    font-size: 16px;
    border-radius: 5px;
}

.popup-filter-footer__btn-reset {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #9e9e9e;
    border: 1px solid #e0e0e0
}

.popup-filter-footer__btn-reset:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../../../316113f68378d82b06b2.png) no-repeat center;
    background-size: auto 24px;
    background-position: 0 0;
}

.popup-filter-footer__btn-submit {
    float: right;
    width: 320px;
    color: #bdbdbd;
    background: #e0e0e0;
}

.popup-filter-footer__btn-submit.is-active {
    color: #fff;
    background: #FF5A2E;
}

.popup-keyword-suicide__head {
    margin: 48px 0 8px 0;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
}

.popup-keyword-suicide-wrap {
    display: none;
    width: 256px;
    height: 480px;
    padding: 16px;
    margin: -80px 0 0 384px;
}

.popup-keyword-suicide-wrap.is-show {
    display: block;
}

.popup-keyword-suicide__main-txt,
.popup-keyword-suicide__main-txt--underline {
    font-size: 14px;
    line-height: 1.43;
}

.popup-keyword-suicide__main-txt--underline {
    margin-top: 4px;
    text-decoration: underline;
}

.popup-main__list > li {
    font-size: 14px;
    line-height: 24px;
}

.popup-main-list--red {
    margin: 24px 0 4px 0;
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
    color: #d0011b
}

.popup-main__list--call-blue {
    display: inline-block;
    color: #007aff
}

.popup-main__list--call-more > a:first-child:after {
    content: '/';
    display: inline-block;
    padding: 0 6px;
    color: #333
}

.popup-main__list--call-more {
    margin-left: 16px;
}

.btn-popup-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_close.png');
    background-size: 24px auto;
    text-indent: -9999px;
}

.partnerProfile-main-container {
    width: 100%;
    margin: 15px auto;
}

.partnerProfile-right-fixed_program-info-wrap {
    width: 100%;
}

.partner-list-box--profile {
    height: 209px;
    margin-bottom: 40px;
}

.partner-list-box__review-preview {
    margin-top: 4px;
}

.partner-profile__counselling-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px;
    text-align: center;
}

.partner-profile__counselling-type > li {
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.partner-profile__counselling-type > li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: -2px 8px 0 0;
    vertical-align: middle;
}

.partner-profile-list_btn-question {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 0 0 3px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_question.png') no-repeat center;
    background-size: 19px auto;
    cursor: pointer;
    text-indent: -9999px;
}


/*프로필*/
.main-contents {
    position: relative;
}

.main-contents__tab {
    z-index: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff
}

.main-contents__tab.is-top-sticky {
    z-index: 20;
    position: fixed;
    top: 0;
}

.main-contents__tab:after {
    content: '';
    position: absolute;
    width: calc(100% / 3);
    height: 4px;
    left: 0;
    bottom: 0;
    background: #FF5A2E;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.main-contents__tab.is-middle-tab:after {
    left: calc(100% / 3);
}

.main-contents__tab.is-right-tab:after {
    left: calc(100% / 3 * 2);
}

.main-contents__tab > li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #e0e0e0

}

.main-contents__tab > li {
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 3);
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #bdbdbd;
    background: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.main-contents__tab > li.is-active {
    color: #FF5A2E;
}

.profile-content-box {
    overflow: hidden;
    position: relative;
    padding: 40px 24px 24px;
    font-size: 16px;
    line-height: 1.75;
    border-top: 1px solid #e0e0e0;
}

.profile-content-box--include-tooltip {
    display: none;
    position: relative;
    padding: 40px 24px;
    font-size: 16px;
    line-height: 1.75;
}

.profile-content-box--include-tooltip.is-show {
    display: block;
}

.profile-content-box__head {
    font-size: 20px;
    line-height: 1.4;
    color: #333
}

#counselingStory.profile-content-box__head {
    padding-top: 5px;
}

.profile-content-box__head--quote {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.4;
    color: #333
}

.profile-content-box__head--quote:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_quote.png') no-repeat center;
    background-size: 20px auto;
}

.counselling-history-list {
    overflow: hidden;
    position: relative;
    margin-top: 24px;
}

.counselling-history-list > li {
    padding-left: 27px;
    margin-bottom: 20px;
}

.counselling-history-list__qualification > ul > li:before,
.counselling-history-list__education > ul > li:before,
.counselling-history-list__career > ul > li:before {
    content: '·';
    width: 20px;
    position: absolute;
    left: 5px;
    text-align: center;
}

span.ico-medal {
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    margin: 2px 0 0 0;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_medal.png') no-repeat center;
    background-size: 28px auto;
}

.counselling-history-list__career > ul > li.is-strong {
    font-weight: bold
}

.content-box--counselling-history {
    padding-bottom: 0;
}

.counselling-target-list {
    overflow: hidden;
    width: 86.7vw;
}

.counselling-target-list > li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23.9vw;
    height: 23.9vw;
    margin: 2.5vw;
    padding-top: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.43;
    border-radius: 50%;
    border: 4px solid rgba(245, 124, 0, 0.3);
    color: #FF5A2E;
    text-align: center;
    font-weight: 600;
    word-break: keep-all;
}

.counselling-question__head {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4
}

.counselling-question__head:before {
    content: 'Q.';
    display: inline-block;
    margin-right: 4px;
    color: #FF5A2E;
}

.counselling-question:nth-child(1),
.counselling-question:nth-child(2) {
    margin-top: 32px;
}

.counselling-question:nth-child(3) {
    margin-top: 32px;
}

.main-contents__review {
    padding: 40px 24px 96px 24px;
    background: #fff
}

.review-container_head {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
}

.review-list__box {
    padding: 24px 0;
    border-bottom: 1px solid #e0e0e0;
}

.review-list__box:last-child {
    border-bottom: 0;
}

.review-list__top {
    overflow: hidden;
    position: relative;
}

.review-list__user-info {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #757575;
}

.review-list__review-txt {
    margin-top: 16px;
    line-height: 1.71;
    /*white-space: pre-line;*/
}

.review-list-category {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.71;
}

.review-list-category__head {
    display: block;
    font-weight: 600;
    line-height: 1.67
}

.review-list-category__tag > li {
    display: inline-block;
    margin-right: 4px;
    color: #757575;
}

.revirw-list__btn-more {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    border: 1px solid #e0e0e0;
}

.revirw-list__btn-more--num {
    display: inline-block;
}


.profile-content-box__txt {
    white-space: pre-line;
    word-break: keep-all;
    font-size: 16px;
    line-height: 1.75;
    color: #757575
}

.counselling-history-list-link {
    display: inline-block;
    color: #1976d2
}

.profile-counselling-time__notice {
    position: relative;
    margin: 8px 0 40px 0
}

.profile-counselling-time__notice > li {
    padding-left: 17px;
}

.profile-counselling-time__notice > li:before {
    content: '·';
    width: 17px;
    position: absolute;
    left: 0;
    text-align: center;
}

.review-top-info--star-score {
    float: left;
    width: 192px;
}

.review-top-info--graph {
    float: right;
    width: 286px;
}

.review-top-info-num {
    display: block;
    margin-top: 24px;
}

.review-top-info-num__average {
    margin-right: 8px;
    font-size: 38px;
    line-height: 1.26;
    font-weight: bold;
}

.review-top-info-num__total {
    font-size: 12px;
    line-height: 1.67;
    color: #757575
}

.review-box__content--keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.review-box__content--keyword li {
    display: inline-block;
    font-size: 28px;
    line-height: 1.57;
    font-weight: bold;
    color: #9e9e9e;
}

.review-box__content--keyword li:first-child {
    display: none;
}

.review-box__content--empty {
    display: none;
    margin-top: 16px;
    text-align: center;
    color: #757575
}

.profile-youtube-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 345px;
}

.content-box-youtube {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.profile-youtube-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.profile-excellent-activity-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.profile-excellent-activity-list > li {
    float: left;
    position: relative;
    width: 108px;
    margin-right: 69px;
    line-height: 1.5;
    cursor: pointer;
}

.profile-excellent-activity-list > li:last-child {
    margin-right: 0
}

.profile-excellent-activity-list > li:before {
    content: '';
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto 7px auto;
}

.profile-excellent-activity-list > li > span {
    display: block;
}

.profile-excellent-activity-list--counseling150:before {
    background: url('https://assets.trost.co.kr/images/service/partner/badge_profile.png') no-repeat;
    background-size: auto 148px;
    background-position: 0 0;
}

.profile-excellent-activity-list--counseling500:before {
    background: url('https://assets.trost.co.kr/images/service/partner/badge_profile.png') no-repeat;
    background-size: auto 148px;
    background-position: -76px 0;
}

.profile-excellent-activity-list--award-review:before {
    background: url('https://assets.trost.co.kr/images/service/partner/badge_profile.png') no-repeat;
    background-size: auto 148px;
    background-position: -152px 0;
}

.profile-excellent-activity-list--award-month:before {
    background: url('https://assets.trost.co.kr/images/service/partner/badge_profile.png') no-repeat;
    background-size: auto 148px;
    background-position: -228px 0;
}

.profile-excellent-activity-list > li .profile-top-tooltip {
    display: none;
}

.profile-excellent-activity-list > li.is-show .profile-top-tooltip {
    display: block;
}

.profile-excellent-activity-list--counseling150.is-active:before {
    background-position: 0 -76px;
}

.profile-excellent-activity-list--counseling500.is-active:before {
    background-position: -76px -76px;
}

.profile-excellent-activity-list--award-review.is-active:before {
    background-position: -152px -76px;
}

.profile-excellent-activity-list--award-month.is-active:before {
    background-position: -228px -76px;
}


.profile-top-tooltip {
    position: absolute;
    left: 50%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 10px 8px 8px 8px;
    margin-top: 10px;
    line-height: 1.67;
    font-size: 12px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.profile-top-tooltip--award-review {
    min-width: 176px;
}

.profile-top-tooltip:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: -6px;
    -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
        -ms-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
            transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.profile-top-tooltip:after {
    content: '';
    width: 30px;
    height: 11px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
}

.profile-top-tooltip em {
    font-weight: bold;
    color: #FF5A2E;
}

.profile-right-fixed__program-notice {
    padding: 16px;
    font-size: 14px;
    line-height: 1.43;
    color: #757575;
    border: 1px solid #e0e0e0;
}

.profile-right-fixed__program-notice.is-top-sticky {
    z-index: 1;
    width: 304px;
    position: fixed;
    top: 96px;
    background: #fff;
}

.profile-right-fixed__program-mentaltalk {
    margin-top: 24px;
}

.profile-right-fixed__program-mentaltalk.is-top-sticky {
    z-index: 1;
    position: fixed;
    width: 304px;
    margin-top: 200px;
}

.profile-right-fixed__program-notice strong:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_noti.png') no-repeat center;
    background-size: 20px auto;
}

.profile-right-fixed__program-notice strong {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

.profile-right-fixed-program-notice-txt {
    word-break: keep-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.profile-right-fixed__program-notice a {
    width: 100%;
    height: 100%;
    padding: 15px 0;
    background: #FF5A2E;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}

.profile-right-fixed-program-notice-txt ul {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
}

.profile-right-fixed-program-notice-txt__list {
    position: relative;
}

.profile-right-fixed-program-notice-txt__list > li {
    padding-left: 8px;
}

.profile-right-fixed-program-notice-txt__list > li:first-child {
    margin-bottom: 8px;
}

.profile-right-fixed-program-notice-txt__list > li:before {
    content: '·';
    position: absolute;
    left: 0;
    text-align: center;
}

.program-top-notice-tt,
.program-top-notice-vt,
.program-top-notice-ot {
    width: 100%;
    height: 188px;
    position: relative;
}

.program-top-notice-tt {
    padding: 32px 16px 16px 16px;
    color: #fff;
    background: url('https://assets.trost.co.kr/images/service/partner/img_tt.png') no-repeat center;
    background-size: cover;
}

.program-top-notice-vt {
    padding: 40px 16px 16px 16px;
    margin-top: 24px;
    background: url('https://assets.trost.co.kr/images/service/partner/img_vt.png') no-repeat center;
    background-size: cover;
}

.program-top-notice-ot {
    padding: 40px 16px 16px 16px;
    margin-top: 24px;
    background: url('https://assets.trost.co.kr/images/service/partner/img_offline_therapy.png') no-repeat center;
    background-size: cover;
    color: #ffffff;
}

.program-top-notice-ot > p {
    font-size: 16px;
    line-height: 24px;
}

.program-top-notice-tt p {
    font-size: 14px;
    line-height: 1.43;
}

.program-top-notice-tt__head {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
}

.program-top-notice-tt__link {
    position: absolute;
    bottom: 16px;
    font-size: 12px;
    color: #fff;
    line-height: 1.67;
    text-decoration: underline;
}

.program-top-notice-vt__link {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.67;
    text-decoration: underline;
    color: #333
}

.program-top-notice-ot__link {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.67;
    text-decoration: underline;
    color: #ffffff;
}

.profile-program-list {
    margin-top: 8px;
}

.profile-program-list > li {
    width: 304px;
    height: 48px;
    margin-top: 4px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.profile-program-list > li:hover {
    background: #fafafa;
}

.profile-program-list > li a {
    height: 100%;
    padding: 0 16px;
    line-height: 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.profile-program-list__price {
    float: right;
    font-weight: bold;
}

.program-top-notice-tt__btn-notice {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 4px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_question.png') no-repeat center;
    background-size: 20px auto;
    text-indent: -9999px;
}

.program-top-notice-tt__btn-notice--w {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 4px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_question.png') no-repeat center;
    background-size: auto 20px;
    background-position: -48px center;
    text-indent: -9999px;
}

.program-top-notice-tt__btn-notice--black {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 5px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_question.png') no-repeat center;
    background-size: auto 20px;
    background-position: 0 center;
    text-indent: -9999px;
}

.program-top-notice-vt-empty {
    position: relative;
    height: 116px;
    padding: 16px;
    margin-top: 24px;
    background: #ffb74d;
}

.program-top-notice-vt-empty p {
    line-height: 1.25;
}

.program-top-notice__btn {
    width: 160px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 16px;
    bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #FF5A2E;
    background: #fff;
    border-radius: 5px;
}

.program-top-notice-vt-empty__app-down-list {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.program-top-notice-vt-empty__app-down-list > li {
    width: 84px;
    height: 28px;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_store.png') no-repeat;
    background-size: auto 28px;
    text-indent: -9999px;
}

.program-top-notice-vt-empty__app-down-list > li a {
    width: 100%;
    height: 100%;
}

.program-top-notice-vt-empty__app-down-list > li:nth-child(1) {
    margin-bottom: 5px;
    background-position: 0 0;
}

.program-top-notice-vt-empty__app-down-list > li:nth-child(2) {
    background-position: -88px 0;
}

.program-top-notice-vt-empty em {
    font-weight: bold;
}

.program-top-notice-vt__head {
    font-size: 24px;
    line-height: 1.17;
    font-weight: 400;
}

.program-top-notice-ot-empty__app-down-list {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.program-top-notice-ot-empty__app-down-list > li {
    width: 84px;
    height: 28px;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_store.png') no-repeat;
    background-size: auto 28px;
    text-indent: -9999px;
}

.program-top-notice-ot-empty__app-down-list > li a {
    width: 100%;
    height: 100%;
}

.program-top-notice-ot-empty__app-down-list > li:nth-child(1) {
    margin-bottom: 5px;
    background-position: 0 0;
}

.program-top-notice-ot-empty__app-down-list > li:nth-child(2) {
    background-position: -88px 0;
}

.program-top-notice-ot-empty em {
    font-weight: bold;
}

.program-top-notice-ot__head {
    font-size: 24px;
    line-height: 1.17;
    font-weight: 400;
}

.program-top-notice-ot__head > em {
    font-size: 24px;
    line-height: 28px;
}

.program-list__price-event:before {
    content: '이벤트';
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 16px;
    margin-right: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 10px;
    line-height: 1.1;
    background: #9013fe;
    color: #fff;
    border-radius: 3px;
}

.popup-notice-wrap {
    width: 400px;
    height: 316px;
    padding: 24px 32px;
}

.popup-notice__head {
    margin: 26px 0 16px 0;
    font-size: 20px;
    line-height: 1.4;
    color: #FF5A2E;
}

.btn-popup-close--popup-notice {
    right: 24px;
    top: 24px;
}

.popup-notice__txt {
    font-size: 14px;
    line-height: 1.71;
}

.popup-notice--partnerSelectListGuide {
    margin-top: 90px;
    font-size: 18px;
    text-align: center;
    line-height: 1.71;
}

.popup-notice__btn {
    width: 248px;
    height: 48px;
    position: absolute;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #FF5A2E;
}

.partner-search-program__head {
    display: inline-block;
    font-size: 24px;
    line-height: 1.33;
    font-weight: bold;
}

.partner-search-program__head-sub {
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    color: #757575
}

.partner-search-program__top-head-wrap {
    padding-bottom: 4px;
    border-bottom: 2px solid #333
}

.partner-search-program__program-info-wrap {
    overflow: hidden;
    padding-top: 24px;
}

.program-contents-list,
.program-contents-detail {
    float: left
}

.program-contents-list {
    width: 370px;
    padding: 0 8px 8px 8px;
    background: #f2f2f2;
}

.program-contents-detail {
    width: 590px;
    height: 388px;
    position: relative;
    padding: 24px 0 0 48px;
}

.program-contents-detail article {
    display: none;
}

.program-contents-detail article.is-show {
    display: block;
}

.program-contents-list-box {
    position: relative;
    margin-top: 8px;
    background: #fff;
}

.program-contents-list-box--top {
    overflow: hidden;
    position: relative;
    padding: 12px;
    margin-top: 8px;
    background: #fff;
}

.program-contents-list__img {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 16px 0 22px;
}

#partner-name {
    font-size: 16px;
}

.program-contents-list-box--top strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 8px 0 4px 0;
    line-height: 1.5;
}

.program-contents-list-box--top .star-score__wrap--small {
    overflow: hidden;
}

.profile-program-list-tabs {
    overflow: hidden;
    position: relative;
}

.profile-program-list-tabs > li {
    float: left;
    width: calc(100% / 3);
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #bdbdbd;
    cursor: pointer;
}

.profile-program-list-tabs > li.is-active {
    color: #333
}

.profile-program-list-tabs > li:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: #e0e0e0;
}

.profile-program-list-tabs:before {
    content: '';
    z-index: 1;
    width: calc(100% / 3);
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.profile-program-list-tabs.is-middle-tab:before {
    left: calc(100% / 3 * 2);
}

.profile-program-list-tabs.is-right-tab:before {
    left: calc(100% / 3);
}

.program-detail-list {
    display: none
}

.program-detail-list.is-show {
    display: block;
}

.setBgColor {
    background: #f2f2f2;
}

.program-detail-list > li {
    position: relative;
    height: 44px;
    padding: 0 16px;
    border-bottom: 1px solid #e0e0e0;
}

.program-detail-list > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #9e9e9e;
}

.program-detail-list > .is-active:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #ececec;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    position: absolute;
    right: -38px;
    top: 12px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.program-detail-list > li.is-active,
.program-detail-list > li:hover {
    background-color: #ececec;
}

.program-detail-list > li > a:hover {
    color: #333;
    font-size: 14px;
}

.program-detail-list > li > a:hover .program-detail-list__price,
.program-detail-list > li.is-active .program-detail-list__price {
    color: #333;
    font-size: 16px;
}

.program-detail-list > li.is-active a {
    padding-right: 14px;
    background-color: #ececec;
    color: #333333;
}

.program-head-info {
    position: absolute;
    top: 16px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #d0011b;
}

.program-detail-list__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    position: absolute;
    right: 16px;
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #757575;
    font-size: 16px;
}

.program-contents-detail__head {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.17;
}

.program-detail__head-texttime,
.program-detail__head-psychology,
.program-detail__head-voicetime,
.program-detail__head-offline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #757575;
    font-weight: 400;
}

.program-detail__head-texttime,
.program-detail__head-psychology,
.program-detail__head-voicetime,
.program-detail__head-offline {
    margin-top: 6px;
}

.program-detail__head-texttime:before,
.program-detail__head-psychology:before,
.program-detail__head-voicetime:before,
.program-detail__head-offline:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
}

.program-detail__head-texttime:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_tt_outline.png') no-repeat;
    background-size: cover;
}

.program-detail__head-psychology:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_item_line.png') no-repeat;
    background-size: auto 18px;
    background-position: -36px center;
}

.program-detail__head-voicetime:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_vt_outline.png') no-repeat;
    background-size: cover;
}

.program-detail__head-offline:before {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_ot_outline.png') no-repeat;
    background-size: cover;
}

.program-content-box {
    margin-top: 24px;
}

.program-content-box__head {
    font-size: 16px;
    margin-bottom: 4px;
}

.program-list-check > li {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    line-height: 1.71;
}

.program-list-check > li:before {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(-45deg) skewX(7deg);
        -ms-transform: translateY(-50%) rotate(-45deg) skewX(7deg);
            transform: translateY(-50%) rotate(-45deg) skewX(7deg);
    border-bottom: 2px solid #FF5A2E;
    border-left: 2px solid #FF5A2E;
}

.program-content-txt {
    width: calc(100% - 48px);
    font-size: 14px;
    line-height: 24px;
}

.program-detail-list-empty:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 8px auto;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_question.png') no-repeat center;
    background-size: auto 32px;
}

.program-detail-list-empty {
    /*padding-top:40px;*/
    /*margin-bottom:119px;*/
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    color: #bdbdbd;
    padding: 16px 0;
}

.partner-search-program__payment-info-wrap {
    overflow: hidden;
    margin-top: 24px;
    background: #f2f2f2;
}

.partner-search-program__payment-info-wrap > article {
    width: 512px;
    margin: 24px auto 0;
}

.payment-info-box__head {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 21px;
    color: #757575;
}

.payment-info-box__step1,
.payment-info-box__step2 {
    position: relative;
    padding: 8px 16px;
    border-radius: 10px;
    background: #fff;
}

.payment-info-box__step2 {
    overflow: hidden;
}

.payment-info-box__step1 > button {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 1.71;
}

.payment-info-box__step1 > button:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -4px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background: url('https://assets.trost.co.kr/images/service/partner/ic_arrow_small.png') no-repeat center;
    background-size: 8px auto;
}

.popup-coupon-wrap {
    z-index: 1;
    width: 512px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 24px 32px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}

.popup-coupon-wrap__contents {
    border: 1px solid #e0e0e0
}

.popup-coupon-item {
    overflow: hidden;
    position: relative;
    padding: 16px;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    word-break: keep-all;
    cursor: pointer;
}

.popup-coupon-item--empty {
    text-align: center;
}

.popup-coupon-item:hover {
    background: #fafafa;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
}

.popup-coupon-item:hover .popup-coupon-item__btn {
    background: #FF5A2E;
    color: #fff;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
}

.popup-coupon-item:last-child {
    border-bottom: 0
}

.popup-coupon-item__head,
.popup-coupon-item p {
    float: left;
    width: calc(100% - 120px);
    text-align: left;
}

.popup-coupon-item__head {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #FF5A2E;
}

.popup-coupon-item p {
    font-size: 14px;
    color: #757575
}

.popup-coupon-item__btn {
    padding: 10px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FF5A2E;
    border-radius: 24px;
    border: 1px solid #FF5A2E;
    background: #fff;
}

.popup-coupon-item.is-disabled {
    background: #f2f2f2;
    cursor: initial;
}

.popup-coupon-item.is-disabled .popup-coupon-item__head {
    color: #969696
}

.popup-coupon-item.is-disabled .popup-coupon-item__btn {
    color: #a5a5a5;
    background: #d2d2d2;
    border: none;
    cursor: initial;
}

.popup-coupon-wrap__msg {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.43;
    color: #d0011b
}

.payment-info-box__coupon-list > ul > li {
    position: relative;
    padding: 8px 0 0 16px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.71;
    color: #FF5A2E;
    border-top: 1px solid #e0e0e0
}

.popup-coupon-wrap__head {
    margin-bottom: 16px;
    font-size: 24px;
}

.btn-list-delete {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 7px;
    background: #bdbdbd url('https://assets.trost.co.kr/images/service/partner/popupClose_bold_w.png') no-repeat center;
    background-size: 9px auto;
    border-radius: 50%;
    text-indent: -9999px;
}

.payment-info-box__step2 > ul > li:nth-child(2) > ul {
    margin-top: 4px;
}

.payment-info-box__step2 > ul > li:nth-child(1) p,
.payment-info-box__step2 > ul > li:nth-child(2) p {
    display: inline-block;
    position: absolute;
    right: 16px;
    font-size: 14px;
    margin-top: 2px;
}

.payment-info-box__step2 > ul > li:nth-child(1),
.payment-info-box__step2 > ul > li:nth-child(2) {
    float: left;
    width: 300px;
    position: relative;
}

.payment-info-box__step2 > ul > li:nth-child(3) {
    position: absolute;
    left: 318px;
    top: 0;
    bottom: 0;
    margin: 8px 0;
    padding-left: 16px;
    border-left: 1px solid #e0e0e0;
}

.payment-info-box__step2 > ul > li:nth-child(1) strong,
.payment-info-box__step2 > ul > li:nth-child(2) strong {
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
}

.payment-info-box__step2 > ul > li:nth-child(2) li {
    margin-left: 16px;
    color: #757575;
    font-weight: 400;
}

.payment-info-box__step2 > ul > li:nth-child(3) strong {
    font-size: 14px;
}

.payment-info-box__step2 > ul > li:nth-child(3) p {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.33;
    color: #FF5A2E;
    font-weight: bold;
}

.payment-info-box__price-normal {
    font-weight: bold
}

.payment-info-box__price-red {
    font-weight: bold;
    color: #d0011b
}

.payment-info-box__payment-list {
    overflow: hidden;
}

.payment-info-box__payment-list li {
    float: left;
    width: 18.4%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 8px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
    background: #fff;
    cursor: pointer;
    color: #757575;
}

.payment-info-box__payment-list li:last-child {
    margin-right: 0;
}

.payment-info-box__payment-list li.is-active {
    color: #fff;
    font-weight: bold;
    background: #FF5A2E;
}

.payment-box {
    display: none;
    margin-top: 40px;
}

.payment-box__unClient-title {
    color: #757575;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.payment-box__input > div {
    margin-top: 12px;
    height: 32px;
    position: relative;
}

.payment-box__name-title {
    display: inline-block;
    margin-right: 34px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.payment-box__email-title {
    display: inline-block;
    margin-right: 34px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.payment-box__name-input-field,
.payment-box__email-input-field {
    display: inline-block;
    height: 100%;
    width: calc(100% - 72px);
    bottom: 4px;
    position: absolute;
}

.payment-box__name-input,
.payment-box__email-input {
    width: 100%;
    height: 100%;
    padding: 8px;
}

.payment-box__guidelines {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}

.payment-box__precautions {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
}

.partner-search-program__btn-submit {
    display: block;
    max-width: 512px;
    width: 100%;
    height: 48px;
    margin: 40px auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #FF5A2E;
    border-radius: 5px;
}

.qualification-slide-container {
    position: relative;
    padding: 0 40px;
    margin-bottom: 24px;
}

.qualification-slide-show-panel {
    overflow: hidden;
    width: 486px;
    margin: auto;
}

.qualification-slide-wrap {
    width: 100000px;
    /*display:flex;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
}

.qualification-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104px !important;
    height: 104px !important;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.qualification-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.qualification-slide:last-child {
    margin-right: 0
}


.review-score-graph__bar-chart-labels {
    position: absolute;
    bottom: 36px;
    right: 28px;
}

.review-score-graph__bar-chart-labels > li {
    float: left;
    width: 29px;
    margin: 0 12.5px;
    text-align: center;
    font-size: 12px;
    color: #757575
}

.review-score-graph__bar-chart-labels > li:last-child {
    margin-right: 0
}

.alert-message__content {
    z-index: 10;
    width: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 70%);
        -ms-transform: translate(-50%, 70%);
            transform: translate(-50%, 70%);
    padding: 18px 15px 14px 15px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5)
}

.message-center-red {
    display: none;
    margin: 24px auto 16px auto;
    font-size: 14px;
    text-align: center;
    color: #FF5A2E;
}

.message-center-red.is-show {
    display: block;
}

.payment-type-detail-box {
    display: none;
    position: relative;
}

.payment-type-detail-box.is-show {
    display: block;
}

.payment-type-detail-box__head {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.71;
    color: #333
}

.payment-type-detail-box__check-wrap input {
    margin-right: 4px;
    font-size: 14px;
}

.payment-type-detail-box__check-wrap label {
    margin-right: 24px;
    font-size: 14px;
}

.payment-type-detail-box__input--col-1 {
    width: 100%;
    height: 32px;
    padding: 7px 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.payment-type-detail-box__input--col-1--type2 {
    float: left;
    width: 440px;
    height: 32px;
    padding: 7px 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.payment-type-detail-box__input-wrap {
    overflow: hidden;
}

.payment-type-detail-box__txt-list {
    overflow: hidden;
    width: 100%;
}

.payment-type-detail-box__txt-list > li {
    position: relative;
    padding-left: 11px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.43;
    color: #757575
}

.payment-type-detail-box__txt-list > li:last-child {
    margin-bottom: 0;
}

.payment-type-detail-box__txt-list > li:before {
    content: '*';
    width: 7px;
    position: absolute;
    left: 0;
    text-align: center;
}

.payment-type-detail-box__label-inline {
    float: left;
    width: 72px;
    font-size: 14px;
    line-height: 32px;
}

/*캘린더*/

/*캘린더 수정*/
/**
 * 일정 확인
 */

table#weeks,
table#weeks-date {
    border-collapse: collapse;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

table#weeks th {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-right: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #e0e0e0;
    cursor: pointer;
}

table#weeks th:last-child {
    margin-right: 0
}

table#weeks td {
    font-size: 12px;
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
    color: #e0e0e0;
}

/*table#weeks th,
table#weeks td {
	width: 14%;
	text-align: center;
	color: #333;
	border: 1px solid #FFF;
	background: #E0E0E0;
	padding: 10px 0px;
}*/
table#weeks tr {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

table#weeks th.selected.on {
    color: #fff !important;
    border-radius: 50%;
    background: #FF5A2E;
}

table#weeks th.on {
    color: #bdbdbd;
    border-radius: 50%;
    background: #e0e0e0
}

table#weeks-date th,
table#weeks-date td {
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #e0e0e0;
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
}

table#weeks th.selected,
table#weeks td.selected {
    color: #333;
}

table#weeks-date th.selected,
table#weeks-date td.selected {
    color: #333;
    background: #fff
}

.period__radio-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: 16px;
    text-align: center;
}

.period__radio-wrapper > label {
    position: relative;
    float: left;
    width: 25%;
    height: 40px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
}

.period__radio-wrapper > label:first-child {
    border-left: 1px solid #e0e0e0
}

.period__radio-wrapper > label > input[type='radio'] {
    width: 102%;
    height: 104%;
    position: absolute;
    left: 0;
    margin: -1px;
    background: none;
}

.period__radio-wrapper > label > input[type="radio"]:checked {
    border: 1px solid #ef8b24;
    background: none;
}

.period__radio-wrapper > label > input[type="radio"] ~ span {
    font-size: 14px;
    color: #bdbdbd;
}


.period__radio-wrapper > label > input[type="radio"]:checked ~ span {
    color: #FF5A2E;
}

.partner-list-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 55px;
}

.partner-list-empty-data__head {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.review-list__empty-data {
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
    color: #757575;
}

.btn-partner-level-guide {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    vertical-align: text-bottom;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_question.png') no-repeat;
    background-size: auto 20px;
    text-indent: -9999px;
}

.popup-level-guide-wrap {
    width: 800px;
    padding: 60px 60px 36px 60px;
    border-radius: 10px;
}

.btn-popup-close--popup-level-guide {
    right: 40px;
    top: 40px;
}

.popup-level-guide__head {
    margin-bottom: 26px;
    font-size: 28px;
    text-align: center;
}

.popup-level-guide__contents:before {
    content: '';
    width: 126px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('https://assets.trost.co.kr/images/service/partner/img_popup_level.png') no-repeat center;
    background-size: 126px auto;
}

.popup-level-guide__contents {
    position: relative;
    padding: 20px 0 0 150px;
}

.popup-level-guide__contents > li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.popup-level-guide__contents > li:nth-child(1):before {
    background: #EF8B24;
}

.popup-level-guide__contents > li:nth-child(2):before {
    background: #F5BA08;
}

.popup-level-guide__contents > li:nth-child(3):before {
    background: #CDC1B3;
}

.popup-level-guide__contents > li:after {
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 10px;
}

.popup-level-guide__contents > li:nth-child(1):after {
    width: 320px;
    background: #EF8B24;
}

.popup-level-guide__contents > li:nth-child(2):after {
    width: 196px;
    background: #F5BA08;
}

.popup-level-guide__contents > li:nth-child(3):after {
    width: 305px;
    background: #CDC1B3;
}

.popup-level-guide__contents > li {
    position: relative;
}

.popup-level-guide__contents li li,
.popup-level-guide__contents h3 {
    line-height: 1.5;
    font-size: 16px;
}

.popup-level-guide__contents li li {
    position: relative;
    margin-bottom: 6px;
    color: #757575
}

.popup-level-guide__contents li li:last-child {
    margin-bottom: 20px;
}

.popup-level-guide__contents h3 {
    margin-bottom: 8px;
    padding-left: 16px;
}

.icon-partner-list-best {
    position: relative;
}

.icon-partner-list-best:before {
    content: '추천';
    z-index: 1;
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    left: 16px;
    top: 16px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #FF5A2E;
    line-height: 32px;
    text-align: center;
}

.icon-partner-list-best.first:before {
    content: 'BEST\A추천';
    width: 38px;
    height: 33px;
    padding-top: 5px;
    line-height: 15px;
    text-align: center;
    left: 10px;
    top: 10px;
    display: table-cell;
    vertical-align: middle;
}

.popup-appInstall-wrap {
    width: 496px;
    height: 530px;
    padding: 32px;
}

.popup-appInstall__head {
    margin-top: 28px;
    font-size: 24px;
    text-align: center;
    color: #FF5A2E;
}

.popup-appInstall__head:after {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    margin: 30px auto;
    background: url('https://assets.trost.co.kr/images/service/partner/img_download.png') no-repeat center;
    background-size: 56px auto;
}

.popup-appInstall-contents__guide > li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.popup-appInstall-contents__guide > li:before {
    content: '•';
    position: absolute;
    left: 0
}

.popup-appInstall-input-box {
    overflow: hidden;
    margin-top: 30px;
}

.popup-appInstall-input-box__head {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold
}

.popup-appInstall-input-box__input {
    float: left;
    width: 360px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.71;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.popup-appInstall-input-box__btn {
    float: right;
    width: 62px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #FF5A2E;
    border-radius: 5px;
}

.popup-appInstall-input-box__Msg {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.71;
    color: #FF5A2E;
}

.popup-appInstall-input-box__Msg.is-red {
    color: #d0011b
}

.popup-appInstall-agree-box {
    position: absolute;
    bottom: 32px;
    padding-left: 34px;
    font-size: 12px;
    line-height: 1.67;
    color: #757575
}

.popup-appInstall-agree-box label {
    cursor: pointer;
}

.popup-appInstall-agree-box__checkbox {
    position: absolute;
    left: 0
}

.btn-popup-close--appInstall {
    right: 32px;
    top: 32px;
}

.partnerSearch-filter__payment-list {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
}

.profile-content-box__list {
    margin-top: 16px;
}

.profile-content-box__list > li {
    position: relative;
    padding-left: 16px;
}

.profile-content-box__list > li:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 9px;
    border-bottom: 6px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.profile-content-box__list > li:first-child {
    margin-bottom: 3px;
}

.popup-slide-img__img {
    max-width: 600px;
    max-height: 600px;
    text-indent: -9999px;
}

.popup-slide-img-wrap {
    padding: 24px;
    background: transparent;
}

.btn-popup-close--popup-slide {
    top: 24px;
    right: -24px;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.swiper-slide {
    width: 104px !important;
    height: 104px !important;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    outline: 0;
    text-indent: -9999px;
}

.swiper-button-prev {
    left: 0
}

.swiper-button-next {
    right: 0
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url('https://assets.trost.co.kr/images/service/partner/btn_slide.png') no-repeat;
    background-size: auto 32px;
}

.swiper-button-prev:before {
    background-position: -4px center;
}

.swiper-button-next:before {
    background-position: -38px center;
}

.swiper-container--basic .swiper-slide {
    background: #f2f2f2;
}

.partner-list-box-price__origin-price-coupon {
    display: inline-block;
    margin: -2px 4px 0 0;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
    color: #9e9e9e;
}

.partner-list-box-price__origin-price-coupon:before {
    content: '쿠폰적용';
    display: inline-block;
    padding: 2px 3px 1px 3px;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #d0021b;
    line-height: 1.4;
    border-radius: 3px;
    text-decoration: none;
}

.list-type-circle--small {
    position: relative;
    padding-left: 16px;
}

.list-type-circle--small:before {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    left: 2px;
    top: 9px;
    border-radius: 50%;
    background: #757575;
}

.list-type-hypen {
    position: relative;
    padding-left: 16px;
}

.list-type-hypen:before {
    content: '';
    width: 6px;
    height: 1px;
    position: absolute;
    left: 2px;
    top: 9px;
    background: #757575;
}

.is-disable-payment-btn {
    background-color: #e0e0e0;
    color: #bdbdbd;
}

#contentsReviewBox {
    padding-top: 16px;
}

.title__wrapper {
    width: 100%;
    padding-left: 0;
    margin: 8px auto;
    line-height: 24px;
    color: #333333;
}

.title__wrapper > h4 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

.offline-counseling__prefer-place {
    width: 100%;
    height: 40px;
}

.offline-counseling__prefer-place > select {
    width: 100%;
    height: 32px;
    border: 1px solid #e0e0e0;
    background: #ffffff url(https://assets.trost.co.kr/images/service/partner/btn_down.png) no-repeat 97.6% 50%;
    background-size: 24px 24px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-left: 10px;
}

.offline-counseling__prefer-place > select::-ms-expand {
    display: none;
}

.is-hide {
    display: none !important;
}

.reservation-contents__title,
.offline-counseling__place-info-title {
    margin-top: 40px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    color: #FF5A2E;
}

.reservation-contents__subtitle,
.offline-counseling__place-info-text {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #333333;
}

.online-counseling__flow-field,
.offline-counseling__place-info-field,
.offline-counseling__flow-field,
.counseling-reservation__guide-field {
    width: 100%;
    margin: 32px auto 0;
}

.online-counseling__flow-title,
.offline-counseling__place-location,
.offline-counseling__flow-title,
.reservation-guide__title {
    height: 22px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #333333;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.online-counseling__flow,
.offline-counseling__flow {
    margin-top: 24px;
}

.counseling-flow__wrap {
    position: relative;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
}

.flow-one {
    position: relative;
    width: 110px;
    height: 140px;
}

.online-counseling__flow .flow-two,
.online-counseling__flow .flow-three {
    position: relative;
    width: 110px;
    height: 140px;
    margin-left: 76px;
}

.offline-counseling__flow .flow-two,
.offline-counseling__flow .flow-three,
.offline-counseling__flow .flow-four {
    position: relative;
    width: 110px;
    height: 140px;
    margin-left: 39px;
}

.number-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.process-img {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.counseling-text {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.reservation-contents > hr {
    width: calc(100% - 48px);
    background: none;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 32px auto;
}

.offline-counseling__map-field {
    width: calc(100% + 48px);
    height: 200px;
    margin-left: -24px;
}

.offline-counseling__map {
    width: 100%;
    height: 100%;
}

.offline-counseling__place-location {
    margin: 32px 0 24px;
}

.offline-counseling__name {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.reservation-guide__list {
    margin: 24px 0 0 17px;
}

.reservation-guide__list > ul > li {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.reservation-guide__list > ul > li:nth-child(-n+4) {
    list-style-type: disc;
}

hr.offline-reservation__line {
    margin: 24px 0 40px;
    background: none;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

.main-contents__reservation-info {
    margin-bottom: 439px;
}

.review-contents__tab-field {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0 32px;
}

.review-contents__tab-field.is-all-review {
    width: calc(100% - 48px);
    margin: 24px auto 32px;
}

.review__tab-btn {
    width: 50%;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.review__tab-btn:nth-child(1) {
    border-left: 1px solid #e0e0e0;
}

.online-review__tab,
.offline-review__tab {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #9e9e9e;
    cursor: pointer;
}

.is-select-category {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #FF5A2E !important;
    color: #FF5A2E;
}

.specificField-queer:before {
    background-image: url(https://assets.trost.co.kr/images/service/partner/badge_queer_partner.png);
    background-size: cover;
}

.partner-list-box__marketing-message {
    color: #757575;
    padding: 8px 0;
}

.partner-item__keyword-list {
    color: #757575;
    margin: 8px 0 0;
    height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 430px;
    white-space: nowrap;
}

.partner-item__keyword-list > b {
    color: #333333;
}

.partner-payment-app-download-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.partner-payment-app-download-button > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    height: 56px;
    margin-left: 16px;
    border-radius: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #FF5A2E;
}


/*# sourceMappingURL=../../../../sourcemaps/service/search/partner/profile/profile-0d64b4d2.css.map*/